home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
pvm34b3.zip
/
pvm34b3
/
pvm3
/
rm
/
OS2
/
Makefile
next >
Wrap
Makefile
|
1997-08-03
|
406b
|
22 lines
#
# $Id: Makefile,v 1.3 1997/06/18 20:06:03 pvmsrc Exp $
#
PVMDIR = ../..
SDIR = $(PVMDIR)/rm
PVM_ARCH = OS2
CONFFILE = $(PVMDIR)/conf/$(PVM_ARCH).def
LIBDIR = $(PVMDIR)/lib/$(PVM_ARCH)
all:
make -f $(CONFFILE) -f $(SDIR)/$(PVM_ARCH)/Makefile.os2 all
install:
make -f $(CONFFILE) -f $(SDIR)/$(PVM_ARCH)/Makefile.os2 install
clean:
make -f $(CONFFILE) -f $(SDIR)/$(PVM_ARCH)/Makefile.os2 clean